home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m06.dir / 00008.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  1.2 KB  |  47 lines

  1. on exitFrame
  2.   if rollOver(6) then
  3.     puppetSprite(6, 1)
  4.     set the castNum of sprite 6 to cast "b044.roll"
  5.   else
  6.     set the castNum of sprite 6 to cast "b044"
  7.   end if
  8.   if rollOver(7) then
  9.     puppetSprite(7, 1)
  10.     set the castNum of sprite 7 to cast "b045.roll"
  11.   else
  12.     set the castNum of sprite 7 to cast "b045"
  13.   end if
  14.   if rollOver(8) then
  15.     puppetSprite(8, 1)
  16.     set the castNum of sprite 8 to cast "b046.roll"
  17.   else
  18.     set the castNum of sprite 8 to cast "b046"
  19.   end if
  20.   if rollOver(9) then
  21.     puppetSprite(9, 1)
  22.     set the castNum of sprite 9 to cast "b047.roll"
  23.   else
  24.     set the castNum of sprite 9 to cast "b047"
  25.   end if
  26.   if rollOver(11) then
  27.     puppetSprite(11, 1)
  28.     set the castNum of sprite 11 to cast "b014.roll"
  29.   else
  30.     set the castNum of sprite 11 to cast "b014"
  31.   end if
  32.   if rollOver(12) then
  33.     puppetSprite(12, 1)
  34.     set the castNum of sprite 12 to cast "b038.roll"
  35.   else
  36.     set the castNum of sprite 12 to cast "b038"
  37.   end if
  38.   if rollOver(13) then
  39.     puppetSprite(13, 1)
  40.     set the castNum of sprite 13 to cast "b013.roll"
  41.   else
  42.     set the castNum of sprite 13 to cast "b013"
  43.   end if
  44.   mainMenuRollovers()
  45.   go(the frame)
  46. end
  47.